#so something close to real would look like an unsolved type inference problem with half a dozen type variables
Explore tagged Tumblr posts
notarealwelder · 6 months ago
Text
I mean it's not really (float, float) → float, is it?
It's something like...
forall a. (HasLAdd a, HasRAdd a, HasMul a, HasPow a, HasSub a) => a -> a -> a
Tumblr media
501 notes · View notes